Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.ui.web.tag.fn.cache--caches

This contribution is part of XML component org.nuxeo.ecm.platform.ui.web.tag.fn.cache inside nuxeo-platform-ui-web-9.10.jar /OSGI-INF/username-cache-config.xml

Extension Point

Extension point caches of component CacheService.

Contributed Items

  • <cache name="userDisplayName">
          <option name="maxSize">1000</option>
          <option name="concurrencyLevel">10</option>
          <ttl>30</ttl>
        </cache>

XML Source

<extension point="caches" target="org.nuxeo.ecm.core.cache.CacheService">

    <cache name="userDisplayName">
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">10</option>
      <ttl>30</ttl>
    </cache>

  </extension>